home *** CD-ROM | disk | FTP | other *** search
- Path: news.io.com!usenet
- From: langj@jcave.com (Jonathan Lang)
- Newsgroups: comp.lang.c++
- Subject: Re: Sorting algorithm - In search of
- Date: Sun, 03 Mar 1996 21:45:20 GMT
- Message-ID: <4hd056$314@nntp-1.io.com>
- References: <4h4jhi$3bh@news.cis.nctu.edu.tw>
- NNTP-Posting-Host: p152.jcave.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- Don Pierce <don@pierce.geometrics.com> wrote:
-
- >I am looking for an efficient sorting alogorithm
- >to sort an array of floats. I prefer a non-recursive
- >type because I heard they were inefficient on large data
- >sets. My array contains up to 10000 elements.
-
- Check out STL.
- -- Jonathan Lang (langj@jcave.com)
-
-